/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	/*height: 100%;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px arial;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 977px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    position: relative;
	height: 168px;
   background: url('/assets/images/bg_header.jpg')  no-repeat;
   background: url('/assets/images/bg_header.png')  repeat;
}

.header #mainlink{
position: absolute;
width: 150px;
height: 132px;
top: 36px;
left: 35px;
}

/*Top menu*/

#topmenu {
   width: 100%;
   float: left;
   height: 67px;
    background: url('/assets/images/bg_topmenu.jpg') repeat-x;
    position: relative;
    z-index: 300;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 305px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
  /*width: 300px;*/
  width: 290px;
	margin-left: -100%;
	position: relative;
	}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
   width: 977px;
   margin: -100px auto 0;
   height: 190px;
   background: url('/assets/images/bg_footer.jpg') no-repeat;
   position: relative;
}

.footer #copy{
	position: absolute;
   font-weight: bold;
   left: 20px;
   top: 40px;
   color: #000;
}

/*User styles*/

.content {
   font-size: 14px;
}
.content p{
   margin: 15px 0;
}

.content table p{
   margin: 0;
}

h1{
display: block;
font-size: 32px;
margin: 10px 0 30px 0;
font-weight: bold;   
line-height: 30px;
}

h2, .text-h2{
display: block;
font-size: 20px;
margin: 10px 0 10px 0;
font-weight: bold;   
line-height: 1.2;
}

.content ul {
list-style-type: disc;
margin: 10px 0 10px 0;   
}
.content ul li{
margin-left: 25px;   
}

strong {
   font-weight: bold;
}

.pright{
   float: right;
margin-left: 10px;

}

.pleft{
   float: left;
margin-right: 10px;

}

#clear {
   clear: both;
}

#company_person img {
   margin-top:15px;
}

ol li {
   list-style-type: decimal;
   margin-left: 25px; 
}


.bolder{
   font-size: 18px;
   font-weight: bold;
}

/*Top menu*/

.sf-menu {
height: 67px;
margin-left: 30px;
display: block;
float: left;
}

.sf-menu li{
  float: left;
  /*margin-right: 16px;*/
  line-height: 67px;
  font-size: 16px;
  position: relative;
  margin-right: 11px;
}

.sf-menu li ul li{
  font-size: 16px;
  
}

.sf-menu li a{
text-decoration: none;
color: #4b86c0;
font-weight: bold;
}

.sf-menu li a:hover{
text-decoration: none;
color: #e23852;
}

.sf-menu li.current_page_item>a{
text-decoration: none;
color: #e23852;
}


/*2 line*/




.sf-menu ul {
  position: absolute;
  z-index: 200;
 /* top: 50px;*/
  /*width: 130px;*/
  width: 330px;
  background: #fff;
  display: none;
  margin: 0;
  /*padding: 7px 0;*/
  list-style: none;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


.sf-menu ul li ul {
  left: 300px;
}

/* Ñòðåëî÷êè */
.sf-menu>li>ul:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 8px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent; 
}

.sf-menu>li>ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 4px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;  
}

.sf-menu ul li { 
  display: block; 
  width: 100%; 
  font-size: 0.9em; 
  text-shadow: 1px 1px 0 #fff;
}

.sf-menu ul li a {
  display: block;
  width: 100%;
  padding: 6px 7px;
  line-height: 1.4em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color:#4b86c0;
}
.sf-menu ul li a:hover {
  color: ##e23852;
}

/*Left menu*/

.sf-left-menu {
  margin-bottom: 40px;
}

.sf-left-menu>li {
/*  background: #efefef;
  margin-bottom: 7px;*/
  line-height: 30px;
}


.sf-left-menu>li ul{
  display: none;
}

.sf-left-menu li a{
  /*margin-left: 30px;*/
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  line-height: 44px;

  background: #efefef;
  margin-bottom: 7px;
  display: block;
  padding-left: 30px;
}

.sf-left-menu ul >li {

}


.sf-left-menu ul li ul li a{
  /*margin-left: 0px;*/
  font-size: 15px;
}

/*.left-sidebar .sf-left-menu>li>ul>li>ul>li:before {
  content: '- ';
  color: #4b86c0;
  font-weight: bold;
}
*/

.sf-left-menu li a:hover {
text-decoration: none;
color: #e23852;
}


.sf-left-menu li.selfClass > a{
  color: #000000;
  font-weight: bold;
  background: #deeaf1;
  padding-left: 45px;
}

.sf-left-menu li.selfClass {
  /*background: #deeaf1;*/
  line-height: 30px;
  position: relative;
}

.sf-left-menu li.selfClass:before {
    content: url(/assets/images/ms-new.png);
    width: 11px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.sf-left-menu>li>ul>li.selfClass {
  height: 100%;
}

.sf-left-menu>li.current_page_item {

}
.sf-left-menu>li.current_page_item ul{
display: block;
}
.sf-left-menu>li>ul>li>a{
font-size: 15px;
padding-left: 45px;
}
.sf-left-menu>li>ul>li.current_page_item>a{
/*color: #e23852;*/
}
.sf-left-menu>li>ul>li{
/*background: url('/assets/images/bg_menu2.jpg') no-repeat 15px 9px;*/
}

.sf-left-menu>li>ul>li.current_page_item{
/*background: url('/assets/images/bg_activ_menu2.jpg') no-repeat 15px 15px;*/
}

.sf-left-menu>li>ul>li>ul>li.current_page_item{
  background: url('/assets/images/bg_activ_menu.jpg') no-repeat 15px 9px;
  background-size: 16px 16px;
}
.sf-left-menu>li>ul>li>ul>li.current_page_item>a{
  color: #e23852;
}


.sf-left-menu>li>ul>li {

}

.sf-left-menu ul li a {

}

/*gallery*/

#picblock {
   margin: 20px 0 0 0;
}

#picblock tr td{
   text-align: left;
   vertical-align: top;
}

dl.imageblock
{
   margin: 0 0 25px 0;
   padding-right: 15px;
   min-height: 90px;
}

dl.imageblock a, dl.imageblock a:visited, dl.imageblock a:active
{
   color: #888;
}

.imagecell
{
    margin: 0;
    padding: 0;
    text-align: center;
   background-color:#eee;
   vertical-align: bottom;
}

.imagecell img, .imagecell object
{
    vertical-align: bottom;
}

dd.imageinfo
{
   font-size: .75em;
   color:  #636466;
   margin: 8px 0 0 0;
}

dl.imageblock dd.imageinfo ul#metadata
{
   margin: 0;
   padding: 0;
   display: inline;
}

dl.imageblock dd.imageinfo ul#metadata li
{
   margin: 0;
   padding: 0;
   display: inline;
   list-style: none;
}


.footer #map {
  position: absolute;
  left: 20px;
  top: 60px;
  color: #000;
}

.header .company {
  float: right;
  font-size: 48px;
  color: #fff;
  top: 65px;
  position: relative;
  font-weight: bold;
  font-family: arial;
}

.header .company p.company_desc{ 
  font-size: 16px;
  padding-top: 20px;
  padding-right: 10px;
  text-align: right;
}

.header .company p.company_head{ 
  text-align: right;
  padding-right: 10px;
}

.header .tel p.company_tel .mytel{ 
  font-size: 18px;
  padding-top: 5px;
  padding-right: 10px;
  text-align: right;
  color: #fff;
  font-family: arial;
  font-weight: bold;
}

.header .tel {
  float: left;
  position: relative;
  left: 170px;
  top: 45px;
}

#search-global-form #search {
  width: 110px;
  border-color: rgb(211, 223, 219);
  
}

.SimpleSearch_Head {
  float: right;
  margin-top: 17px;
  margin-right: 10px;
}

#callback p label{
  font-size: 14px;
}

#callback p.obrat{
  font-size: 16px;
  font-weight: bold;
}

#callback  button {
  width: 120px;
  height: 30px;
  margin-top: 5px;
}

#callback  button {
  background: #fff;
  padding: 5px;
  color: #666;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  color: #000;
  font-size: 12px;
  background: -webkit-linear-gradient(top, #8f8f8f, #686868);
  background: -moz-linear-gradient(top, #8f8f8f, #686868);
  background: -o-linear-gradient(top, #8f8f8f, #686868);
  background: -ms-linear-gradient(top, #8f8f8f, #686868);
  background: linear-gradient(top, #8f8f8f, #686868);
  background-color: #4f4f4f;
  background-color: #c3c3c3;
}

#callback input {
  padding-bottom: 5px;
}

span.red {
  color: red;
}

.myButton_order {
-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
box-shadow: inset 0px 1px 0px 0px #cf866c;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
background-color: #d0451b;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #942911;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: arial;
font-size: 13px;
padding: 6px 15px;
text-decoration: none;
text-shadow: 0px 1px 0px #854629;
padding: 3px;
}

.head_callback {
    float: left;
    left: 360px;
    position: absolute;
    top: 58px;
    z-index: 10;
}

#callback_uslugi  { 
  width: 87%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#callback_uslugi label, #callback_uslugiinput, #callback_uslugi textarea, #callback_uslugi button {
  margin-bottom: 5px;
}

#callback_uslugi input, #callback_uslugi textarea {
  width: 300px;
}

#callback input, #callback_uslugi textarea {
  width: 300px;
}

#callback_uslugi p label{
  font-size: 14px;
}

p.util {
  font-style: 22px;
  width: 72%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-weight: bold;
}

#callback_uslugi  button {
  background: #fff;
  padding: 5px;
  color: #666;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  color: #000;
  font-size: 12px;
  background: -webkit-linear-gradient(top, #8f8f8f, #686868);
  background: -moz-linear-gradient(top, #8f8f8f, #686868);
  background: -o-linear-gradient(top, #8f8f8f, #686868);
  background: -ms-linear-gradient(top, #8f8f8f, #686868);
  background: linear-gradient(top, #8f8f8f, #686868);
  background-color: #4f4f4f;
  background-color: #c3c3c3;
}

.myButton_order_uslugi {
/*-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
box-shadow: inset 0px 1px 0px 0px #cf866c;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
background-color: #d0451b;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #942911;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: arial;
font-size: 13px;
padding: 6px 15px;
text-decoration: none;
text-shadow: 0px 1px 0px #854629;
padding: 3px;*/

border-radius: 4px;
background-color: #4aa5a7;
height: 35px;
font-size: 14px !important;
line-height: 35px;
color: #ffffff;
text-decoration: none;
display: inline-block;
width: 215px;
text-align: center;
box-shadow: 1px 2px 0px 1px #2c6869;
}

.myButton_order_uslugi:hover {
  opacity: 0.8;
}

.callback_uslugi_order {
  float: right;
  margin-left:10px;
}

.pluso {
  float: right;
  margin-top: 41px;
  /*top: 165px;*/
}

#toTop {
  width:100px;
  border:1px solid #ccc;
  /*background:#f7f7f7;*/
  background: #013662;
  text-align:center;
  padding:5px;
  position:fixed;
  bottom:10px; /* отступ кнопки от нижнего края страницы*/
  right:10px;
  cursor:pointer;
  display:none;
  /*color:#333;*/
  color: #fff;
  font-family:verdana;
  font-size:11px;
}

img.img-left {
  padding-right: 10px;
}

h1.form {
  font-size: 16px;
  margin: 0;
  padding: 0;
}


h1.form-ut {
  font-size: 16px;
  margin: 0;
  padding: 0;
  padding-left: 74px;
}

.BreadcrumbsCL ul li {
  display: inline;
  margin-left: 0px;
}


blockquote p{
	margin: 15px 0;
  color: #9e9e9e;
  text-indent: 0;
  text-align: left;
  padding: 20px 0 20px 20px;  
  border-left: 5px solid #4b9ec9;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
}

p.autor-vopros {
  text-align: right;
  font-weight: bold;
}


.foot-contact {
  float: right;
  margin-top: 15px;
}

.foot-contact p {
  color: #054EBB;
}

.table_price{
    width: 100%;
    text-align: center;
}

.table_price td{
    border: 1px solid #4b86c0;
    padding: 5px;
}

.lsidebarBottom {
  margin-top: 40px;
}
.prprpr {
  background: none repeat scroll 0 0 #c8e4f9;
  border-radius: 10px;
  margin: 1em auto;
  clear: both;
}

/*
.prprpr {
  background: linear-gradient(aliceblue, white) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 3px solid white;
  border-radius: 10px;
  box-shadow: 0 0 2px black;
  margin: 1em auto;
  width: 95%;
}*/

.prprpr-title {
  font-size: 1.25em;
  text-align: center;
  padding: 10px 0px;
  background: #013662;
  color: #ffffff;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.prprpr .l3f75id3, .prprpr .righ75id3 {
  padding: 0.75em;
  vertical-align: top;
}	
.prprpr .l3f75id3 {
  font-size: 1em;
  line-height: 1.25em;
  text-align: center;
  padding-top: 0px;
}
.prprpr .l3f75id3> span{
color: crimson; font-weight: 700;	
}
.prprpr .righ75id3{
padding-top:0.5em;
}
.prprpr .righ75id3{

}
.prprpr .l3f75id3 {
    width: 580px;
    background: #d0edff;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden;
}
.prprpr .righ75id3 #dsfaq {
    padding: 0.5em;
    font-size: 0.75em;
    width: 600px;
    margin: 0 auto;
    box-sizing: border-box
}

.prprpr .righ75id3 #dsfaq textarea{
width: 100%;
/*height:4em;*/
font-size: 14px;
height: 6em;
margin-top: 5px;
}
.prprpr .righ75id3 #dsfaq input{
  font-size: 14px;
  width: 260px;
  height: 40px;
  box-shadow: none;
  padding-left: 15px;
  border-radius: 7px;
  border: solid 1px #b1b1b1;
}

.prprpr .righ75id3 #dsfaq .buttonform input{
  background: #f4d350;
  width: 160px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}


.prprpr .righ75id3 #dsfaq form > div[class^="field"] {
  margin:4px 0 0;
}


.prprpr .righ75id3 #dsfaq .field-0{
margin-top: 0;
}


.prprpr-top-left, .prprpr-top-right {
   float: left;
   width: 50%;
}

.prprpr-top-left > div, .prprpr-top-right > div {
    text-align: left;
    width: 165px;
    margin: 0 auto;
} 

.l3f75id3 p {
  color: #000000;
  font-size: 16px;
  margin: 10px 0px;
}

.l3f75id3 p a {
  color: #3e4f98;
  font-weight: bold;
}

.l3f75id3 p.prprpr-linck {
  background: url(/assets/images/tel-dsfaq.png) no-repeat;
  padding-left: 25px;
}

.l3f75id3 p.prprpr-linck.prprpr-linck-mail {
  background: url(/assets/images/mail-dsfaq.png) 0px 2px no-repeat;  
}

.dsfaq-title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 10px 0px;
}

.prprpr .righ75id3 #dsfaq .ds-pole-left {
  width: 50%;
  float: left;
}

.prprpr .righ75id3 #dsfaq .ds-pole-right {
  width: 277px;
  float: right;
}

.prprpr .righ75id3 #dsfaq .ds-pole-left label, .prprpr .righ75id3 #dsfaq .ds-pole-right label {
  display: block;
  padding-bottom: 10px;
}

.prprpr .righ75id3 #dsfaq .ds-pole-text label {
  padding-top: 10px;
}

.prprpr .righ75id3 #dsfaq .mandatory-filling {
  font-size: 12px;
  color: rgb(117,117,117);
}

.prprpr .error-report .head-report, .prprpr .error-report .text-report {
  font-size: 16px;
}

#dsfaq div label {
    font-size: 14px;
}



table.myHome-table tr td img {
  height: 40px;
}

table.myHome-table tr td p {
  text-align: left;
}

table.myHome-table tr td a {
  color: #000000;

}

table.myHome-table tr td + td {
  vertical-align: middle;
}

table.myHome-table {
   border-collapse: collapse;
}

table.myHome-table td, table.myHome-table th {
  padding: 5px 10px 5px 10px;
}


footer #dem-promo {
  position: absolute;
  left: 20px;
  top: 74px;
}

footer .liru {
  top:100px;
}

.header {
  background: rgba(0, 0, 0, 0) url("/assets/images/header/backg.png") repeat scroll 0 0;
  height: 153px;
  position: relative;
}

.header #mainlink {
  left: 15px;
  position: absolute;
  top: 30px;
  height: auto;
  width: auto;
}



.header .company p.company_head {
  font-size: 33px;
  padding-right: 10px;
  text-align: left;
}

.header .company p.company_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  padding-right: 10px;
  padding-top: 9px;
  text-align: left;
}

.header .company {
  color: #fff;
  float: left;
  font-family: arial;
  font-size: 48px;
  font-weight: bold;
  left: 153px;
  position: relative;
  top: 37px;
  width: 293px;
}

.header .tel {
  float: right;
  left: 0;
  position: relative;
  right: 20px;
  top: 21px;
  width: 50%;
}


#topmenu {
  background: rgba(0, 0, 0, 0) url("/assets/images/header/bgmn.png") repeat-x scroll 0 0;
  float: left;
  height: 47px;
  position: relative;
  width: 100%;
  z-index: 300;
  margin-bottom: 35px;
}

.sf-menu {
  display: table;
  float: initial;
  height: 47px;
  margin: auto;
}


.sf-menu li {
  background: rgba(0, 0, 0, 0) url("/assets/images/header/linemn.png") no-repeat scroll 100% 0;
  float: left;
  font-size: 16px;
  line-height: 47px;
  margin: 0;
  position: relative;
  padding: 0 15px;
}
.sf-menu li:last-child{
background: none;
}


.sf-menu li ul li {
  background: none;
}


.head_callback {
    float: right;
    left: 150px;
    position: relative;
    top: 110px;
    z-index: 10;
}
.header .tel p.company_tel .mytel {
  background: rgba(0, 0, 0, 0) url("/assets/images/header/ic1.png") no-repeat scroll 0 50%;
  color: #f4d350;
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  line-height: 41px;
  padding-left: 40px;
  padding-top: 0px;
  text-align: left;
  min-height: 20px;
  text-decoration: none;
}


.header .tel p.company_tel .mytel2 {

  color: #f4d350;
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  line-height: 41px;
  padding-top: 0px;
  text-align: left;
  min-height: 20px;
  text-decoration: none;
}


.adrrss {
  background: rgba(0, 0, 0, 0) url("/assets/images/header/ic2.png") no-repeat scroll 0 50%;
  color: white;
  font-size: 15px;
  line-height: 18px;
  min-height: 20px;
  padding-left: 44px;
  cursor: pointer;
}
.header .head_callback .callback.myButton_order {
  background: rgba(0, 0, 0, 0) linear-gradient(#f3eb80, #fdbe55) repeat scroll 0 0;
  border: 1px solid goldenrod;
  border-radius: 8px;
  box-shadow: none;
  color: black;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 24px;
}
.header .head_callback .callback.myButton_order:hover {
     background: linear-gradient( #fdbe55 , #f3eb80);
}
.head_callback {
  float: right;
  left: 0;
  position: relative;
  top: 40px;
  width: 52%;
  z-index: 10;
}
.SimpleSearch_Head {
  float: right;
  margin-right: 10px;
  margin-top: 0;
  width: 254px;
  font-size: 14px;
}
#search-global-form #search {
  border: 1px solid #ccc;
  border-radius: 7px 0 0 7px;
  height: 30px;
  padding: 0 5px;
  vertical-align: middle;
  width: 173px;
  font-size: 14px;
}
.submitter {
  background: rgba(0, 0, 0, 0) linear-gradient(#f0f0f0, #ccc) repeat scroll 0 0;
  border: medium none;
  height: 32px;
  vertical-align: middle;
  margin-left: -4px;
  border-radius: 0 7px 7px 0;
  border: 1px solid #bbb;
  font-size: 14px;
}
.submitter:hover{
  background: rgba(0, 0, 0, 0) linear-gradient(#ccc, #f0f0f0 ) repeat scroll 0 0;
}
.submitter:active{

  background: rgba(0, 0, 0, 0) linear-gradient(#ccc, #f0f0f0 ) repeat scroll 0 0;
  box-shadow: inset 0 0 2px #777;
}


.sf-menu li a {
  color: #000044;
  font-weight: 300;
  text-decoration: none;
}

.myButton_greenstyle {
  background: rgba(0, 0, 0, 0) linear-gradient(#b2d5a4, #268f25) repeat scroll 0 0;
  color: white;
  font-weight: 700;
  padding: 9px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
  display: table;
  margin: auto;
  border-radius: 3px;
}
.myButton_greenstyle:hover {
background: rgba(0, 0, 0, 0) linear-gradient( #268f25,#b2d5a4) repeat scroll 0 0;
}


.footer-menu {
  border-top: solid 2px #72a3ae;
  border-bottom: solid 2px #ffffff; 
}


.footer-menu .sf-menu {
  background: #daa520;
  margin: 0px;
  width: 100%;
}

.footer #copy {
  top: 65px;
  font-size: 13px;
}

.footer {
  height: 230px;
  background: 0px 40px url('/assets/images/bg_footer.jpg') no-repeat;
}

.footer #map {
  top: 115px;
}

.foot-contact {
  font-size: 13px;
}

.footer .pluso {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-top: 0px;
}

table.table-prise-new {
   border-collapse: collapse;
   margin-bottom: 15px;
   width: 100%;
}

table.table-prise-new tr:hover {
  background: #dbe5f1;
}


table.table-prise-new td, table.table-prise-new th {
  border: solid 1px #000000;  
  padding: 5px 10px 5px 10px;
}

table.table-prise-new th {
  font-weight: bold;
  background: #dbe5f1;
  vertical-align: middle;
}

table.table-prise-new td + td {
  text-align: center;
  vertical-align: middle;
}



a.linck-picblock {
  text-decoration: underline;
  cursor: pointer;
}

table.myPicblock {
  display: none;
}

p.form-podsc {
  color: #800000;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}

a:hover {
  text-decoration: none;
}

.header .tel p.company_tel .mytel:hover, .header .tel p.company_tel .mytel2:hover {
  text-decoration: underline;
}


.prprpr .l3f75id3> span a {
    color: crimson;
    font-weight: 700;
}

p.foot-phone {
    font-size: 14px;
    font-weight: bold;
}



table.table-prize-new {
   border-collapse: collapse;
   margin-bottom: 15px;
}

table.table-prize-new tr:hover {
  background: #91c486;
}


table.table-prize-new td, table.table-prize-new th {
  border: solid 1px #000000;  
  padding: 5px 10px 5px 10px;
}

table.table-prize-new th {
  font-weight: bold;
  background: #91c486;
  vertical-align: middle;
}

table.table-prize-new td + td {
  text-align: center;
  vertical-align: middle;
}

.content-border-bl {
    border: solid 3px #346fb7;
    border-radius: 20px;
    padding: 0 10px;
}

table.image-tb {
  margin: 0 auto;
  margin-bottom: 20px;
}

table.image-tb td img {
   height: 130px;
   width: 150px;
}

table.image-tb td  {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #eee;
}

table.image-tb.tdleft td  {
  text-align: left;
}

table.image-tb.tdleft td + td {
  padding-left: 10px;
}

p.tabl-notes {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}
.content ul {
  list-style-position: inside;
}
img#floated{
   width: 320px;float: left;padding-right: 10px;
}

.map-modal {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 600px;
    height: 450px;
    margin-top: -200px;
    margin-left: -300px;
    z-index: 9;
    display: none;
}

.foot-contact .foot-phone a {
    color: #054EBB;
    text-decoration: none;
}

p.company_year {
    color: yellow;
    font-family: Cookie;
    font-size: 25px;
    font-weight: bold;
    padding-top: 7px;
}

header.header {
  z-index: 1234;
}

div.text-content {
  text-align: justify;
}

img.contacts-icon {
    padding-right: 10px;
    display: inline-block;
    top: 5px;
    position: relative;
}

span.bold {
    font-weight: bold;
}

a.decor-none {
    text-decoration: none;     
}

ul.advant-content li {
    display: block;
    float: left;
    width: 310px;
    margin-bottom: 10px;
    text-align: left;
}

ul.advant-content li span {
    display: block;
    text-align: center;
}

ul.advant-content {
    margin-top: 20px;
}

.foot-contact .callback_uslugi_order {
    margin: 0px 0px 5px 0px;
}

sup.prise-up {
    position: relative;
    left: 1px;
    top: -2px;
}